Advertisement
Guest User

Untitled

a guest
Jun 11th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. sudo avrdude -patmega328p -Pusb -B115200 -cdragon_isp -Uflash:w:blink.hex:a -v
  2.  
  3. avrdude: Version 6.0.1, compiled on Oct 21 2013 at 17:07:18
  4. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  5. Copyright (c) 2007-2009 Joerg Wunsch
  6.  
  7. System wide configuration file is "/etc/avrdude.conf"
  8. User configuration file is "/home/max/.avrduderc"
  9. User configuration file does not exist or is not a regular file, skipping
  10.  
  11. Using Port : usb
  12. Using Programmer : dragon_isp
  13. Setting bit clk period : 115200.0
  14. avrdude: usbdev_open(): Found AVRDRAGON, serno: 00A200060754
  15. JTAG ICE mkII sign-on message:
  16. Communications protocol version: 1
  17. M_MCU:
  18. boot-loader FW version: 255
  19. firmware version: 6.11
  20. hardware version: 1
  21. S_MCU:
  22. boot-loader FW version: 255
  23. firmware version: 6.11
  24. hardware version: 7
  25. Serial number: 00:a2:00:06:07:54
  26. Device ID: AVRDRAGON
  27. avrdude: jtagmkII_setparm(): bad response to set parameter command: RSP_FAILED
  28. avrdude: jtagmkII_getsync(): ISP activation failed, trying debugWire
  29. avrdude: jtagmkII_setparm(): bad response to set parameter command: RSP_DEBUGWIRE_SYNC_FAILED
  30. avrdude: failed to sync with the AVR Dragon in ISP mode
  31. avrdude: jtagmkII_close(): timeout/error communicating with programmer (status -1)
  32.  
  33. avrdude done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement